/*login*/
.login_wrap .login, .login_wrap .registered { font-size: 14px; color: #fff; font-weight: bold; margin-left: 30px; display: inline-block; }
.login_wrap .login i, .login_wrap .registered i { background: url("../images/img_user.png") no-repeat; display: inline-block; margin: 0 8px -4px; }
.login_wrap .login:hover, .login_wrap .registered:hover { opacity: 0.88; }
.login_wrap .login i { height: 18px; width: 16px; background-position: 0 0; }
.login_wrap .registered i { height: 17px; width: 18px; background-position: 0 -28px; }

.content { margin: 20px auto 60px; overflow: hidden; }

.cont_L { float: left; width: 280px; margin-right: 40px; }

.cont_R { float: right; width: 880px; }

.user_info { width: 100%; height: 200px; float: left; margin-bottom: 40px; background: #f7f7f7; }
.user_info .tx_wrap { width: 100px; height: 150px; float: left; margin: 30px 50px; }
.user_info .tx_wrap .img { border: 2px solid #999; overflow: hidden; }
.user_info .tx_wrap .img, .user_info .tx_wrap .img img { width: 98px; height: 98px; border-radius: 50%; }
.user_info .tx_wrap .name { width: 100%; height: 40px; line-height: 40px; text-align: center; font-size: 16px; color: #222; overflow: hidden; font-weight: bold; }
.user_info .user_id { width: 530px; height: 150px; margin: 30px 20px; float: left; }
.user_info .user_id .id_num { float: left; width: 100%; color: #1a89ed; font-weight: bold; height: 40px; line-height: 40px; margin: 25px 0; font-size: 18px; }
.user_info .user_id .vip_time { width: 100%; float: left; height: 40px; line-height: 40px; margin-top: 10px; }
.user_info .user_id .vip_time p + p { margin-left: 80px; }
.user_info .user_id .vip_time p { float: left; font-size: 16px; color: #666; }
.user_info .user_id .vip_time p span { color: #333; margin: 0 5px; }
.user_info .user_id .vip_time p a { text-decoration: underline; color: #1a89ed; }
.user_info .sc_wrap { width: 420px; height: 200px; background: #f1f1f1; float: right; }
.user_info .sc_wrap .lis { display: block; width: 130px; height: 110px; float: left; margin: 72px 5px 0; text-align: center; }
.user_info .sc_wrap .lis span { font-size: 24px; color: #1a89ed; font-weight: bold; line-height: 50px; }
.user_info .sc_wrap .lis p { font-size: 16px; color: #666; line-height: 50px; }

/* feedback */
.feedback { overflow: hidden; }
.feedback .feedback_title { width: 100%; float: left; font-weight: bold; color: #1a89ed; font-size: 20px; height: 40px; line-height: 40px; margin-top: 20px; }
.feedback .feedback_item { overflow: hidden; width: 100%; }
.feedback .feedback_item .item { overflow: hidden; width: 100%; margin: 12px 0; min-height: 60px; }
.feedback .feedback_item .item > span { font-size: 16px; line-height: 60px; color: #666; display: block; float: left; margin-right: 5px; min-width: 80px; }
.feedback .feedback_item .item input { width: 350px; padding: 0 8px; border-radius: 3px; border: 1px solid #f0f1f7; height: 36px; font-size: 14px; margin: 12px 10px 12px 0; }
.feedback .feedback_item .item .tips { margin-left: 100px; font-size: 16px; color: #999; line-height: 50px; }
.feedback .feedback_item .fk_type p { font-size: 14px; color: #666; background: #f0f1f7; width: 108px; height: 36px; float: left; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; line-height: 36px; margin: 10px; font-weight: bold; cursor: pointer; transition: all linear 0.2s; }
.feedback .feedback_item .fk_type .on { color: #fff; background: #1a89ed; }
.feedback .feedback_item #problem_info { width: 1088px !important; height: 200px !important; padding: 12px; margin-top: 15px; border: 1px solid #f0f1f7; }
.feedback .feedback_item .submit_btn { width: 360px; height: 48px; text-align: center; line-height: 48px; font-size: 16px; color: #fff; font-weight: bold; background: #1a89ed; border-radius: 4px; margin: 50px auto; cursor: pointer; display: block; }
.feedback .feedback_item .submit_btn:hover { opacity: .8; }

/* integral_wrap */
.content_wrap { overflow: hidden; width: 100%; }
.content_wrap .cont_L { overflow: hidden; width: 280px; }
.content_wrap .cont_L .nav_item { width: 100%; overflow: auto; background: #f1f1f1; }
.content_wrap .cont_L .nav_item li { overflow: auto; min-height: 50px; margin: 2px; background: #fcfcfc; text-align: center; line-height: 50px; font-size: 16px; color: #2e2e2e; }
.content_wrap .cont_L .nav_item li > a { color: #2e2e2e; display: block; }
.content_wrap .cont_L .nav_item li:hover { background: #fff; }
.content_wrap .cont_L .nav_item .on, .content_wrap .cont_L .nav_item li:hover { background: #1a89ed; }
.content_wrap .cont_L .nav_item .on a, .content_wrap .cont_L .nav_item li:hover a { color: #fff; }
.content_wrap .cont_L .nav_item .nav_2 { overflow: hidden; cursor: pointer; background: #f1f1f1 !important; }
.content_wrap .cont_L .nav_item .nav_2 p { background: #fcfcfc; color: #2e2e2e; }
.content_wrap .cont_L .nav_item .nav_2 .item { overflow: hidden; }
.content_wrap .cont_L .nav_item .nav_2 .item a { line-height: 50px; font-size: 12px; display: inline-block; font-weight: bold; color: #666; width: 100%; background: #f1f1f1; }
.content_wrap .cont_L .nav_item .nav_2 .item .jf_on, .content_wrap .cont_L .nav_item .nav_2 .item a:hover { color: #1a89ed; }
.content_wrap .cont_R .jf_title { float: left; font-size: 20px; font-weight: bold; color: #1a89ed; width: 100%; height: 40px; line-height: 40px; }
.content_wrap .cont_R .jf_title span { font-size: 14px; color: #999; margin-left: 10px; }
.content_wrap .cont_R .integral_history { float: left; width: 100%; border: 1px solid #f0f1f7; text-align: center; line-height: 40px; margin-top: 15px; }
.content_wrap .cont_R .integral_history th { width: 33%; background: #f7f7f7; border-bottom: 1px solid #f0f1f7; }
.content_wrap .cont_R .integral_history th span { font-size: 14px; font-weight: bold; color: #1a89ed; padding: 0 4px; }
.content_wrap .cont_R .integral_history tr { border: 1px solid #f0f1f7; }
.content_wrap .cont_R .integral_history tr p { font-size: 14px; color: #555; padding: 0 4px; }
.content_wrap .cont_R .task_item { overflow: hidden; width: 100%; padding: 10px 0; margin: 10px 0; float: left; background: #f7f7f7; }
.content_wrap .cont_R .task_item ul { display: block; width: 50%; float: left; }
.content_wrap .cont_R .task_item ul li { height: 30px; line-height: 30px; margin: 10px 0; float: left; width: 100%; }
.content_wrap .cont_R .task_item ul li p { float: left; font-size: 15px; color: #666; width: 210px; margin-left: 30px; }
.content_wrap .cont_R .task_item ul li span { color: #1a89ed; font-size: 14px; font-weight: bold; }
.content_wrap .cont_R .task_item ul li a { width: 72px; height: 28px; border-radius: 3px; background: #eaeaea; text-align: center; line-height: 30px; font-size: 14px; font-weight: bold; color: #999; display: block; float: right; margin-right: 30px; }
.content_wrap .cont_R .task_item ul li .on { color: #1a89ed; }
.content_wrap .cont_R .txt_tips { font-size: 15px; color: #1a89ed; height: 30px; line-height: 30px; margin: 10px 20px; float: left; }
.content_wrap .cont_R .mall_item { overflow: hidden; float: left; width: 104%; }
.content_wrap .cont_R .mall_item .list { overflow: hidden; width: 280px; height: 225px; float: left; margin: 0 20px 10px 0; }
.content_wrap .cont_R .mall_item .list:hover .img { opacity: 0.8; }
.content_wrap .cont_R .mall_item .list .img { display: block; transition: all 0.1s linear; }
.content_wrap .cont_R .mall_item .list .img, .content_wrap .cont_R .mall_item .list .img img { width: 100%; height: 158px; border-radius: 8px; }
.content_wrap .cont_R .mall_item .list p { text-align: center; height: 26px; margin: 15px 0 0; line-height: 28px; font-size: 16px; color: #666; font-weight: bold; overflow: hidden; }
.content_wrap .cont_R .mall_item .list span { display: block; width: 100%; text-align: center; line-height: 26px; height: 26px; font-size: 14px; color: #999; overflow: hidden; }

/* upload */
.upload_box { overflow: hidden; width: 100%; }
.upload_box .upload_btn { width: 100%; overflow: hidden; height: 80px; }
.upload_box .upload_btn p { margin: 20px auto; width: 160px; height: 40px; text-align: center; line-height: 40px; border-radius: 3px; color: #fff; background: #1a89ed; font-size: 16px; font-weight: bold; cursor: pointer; position: relative; }
.upload_box .upload_btn p:hover { opacity: 0.8; }
.upload_box .upload_btn p .up_file { width: 160px; height: 40px; position: absolute; left: 0; top: 0; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; cursor: pointer; }
.upload_box .up_info { display: none; width: 100%; height: 80px; margin: 20px 0; }
.upload_box .up_info .img { float: left; margin-right: 20px; }
.upload_box .up_info .img, .upload_box .up_info .img img { width: 140px; height: 80px; }
.upload_box .up_info .info { float: left; width: 550px; }
.upload_box .up_info .file_name { width: 550px; height: 44px; line-height: 44px; font-size: 16px; color: #666; overflow: hidden; font-weight: bold; }
.upload_box .up_info .file_size { width: 550px; height: 36px; line-height: 36px; color: #999; overflow: hidden; font-size: 14px; }
.upload_box .up_info .file_btn { float: right; width: 110px; height: 80px; }
.upload_box .up_info .file_btn .up_sec { width: 110px; height: 36px; line-height: 36px; text-align: center; font-size: 14px; font-weight: bold; background: #1a89ed; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.upload_box .up_info .file_btn .up_sec i { display: inline-block; background: url("../images/img_user.png") no-repeat; height: 12px; width: 16px; background-position: 0 -56px; }
.upload_box .up_info .file_btn .up_agin { width: 110px; height: 36px; line-height: 36px; text-align: center; font-size: 14px; font-weight: bold; background: #f0f1f7; color: #777878; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin-top: 8px; position: relative; }
.upload_box .up_info .file_btn .up_agin .up_file2 { position: absolute; width: 110px; height: 36px; left: 0; top: 0; opacity: 0; cursor: pointer; }

.P_info { width: 100%; overflow: hidden; }
.P_info .item { min-height: 36px; line-height: 36px; width: 100%; margin-bottom: 20px; }
.P_info .item span { width: 88px; float: left; text-align: right; font-size: 16px; color: #666; }
.P_info .item select { padding: 0 10px; width: 130px; height: 34px; border: 1px solid #f0f1f7; border-radius: 3px; margin: 0 0 0 14px; font-size: 14px; font-weight: bold; color: #666; }
.P_info .item .bt { width: 740px; padding: 0 10px; border: 1px solid #f0f1f7; border-radius: 3px; font-size: 14px; height: 34px; font-weight: bold; color: #666; margin-left: 14px; }
.P_info .item .describe { width: 740px !important; height: 130px !important; padding: 10px; border: 1px solid #f0f1f7; border-radius: 3px; font-size: 14px; height: 34px; font-weight: bold; color: #666; margin-left: 14px; }
.P_info .item .tips { float: left; font-size: 14px; color: #999; margin-left: 14px; height: 36px; line-height: 36px; }
.P_info .item .up_img { width: 762px; height: 270px; background: #f0f1f7; border-radius: 3px; float: left; margin-left: 102px; margin-top: 10px; }
.P_info .item .up_img .img_lis { height: 194px; width: 758px; margin: 2px; background: #fff; border-radius: 3px; overflow: hidden; }
.P_info .item .up_img .img_lis .lis { position: relative; float: left; margin: 22px 0 0  18px; }
.P_info .item .up_img .img_lis .lis, .P_info .item .up_img .img_lis .lis img { width: 230px; height: 150px; }
.P_info .item .up_img .img_lis .lis .clos_btn { position: absolute; right: 2px; top: 2px; width: 16px; height: 16px; line-height: 16px; font-size: 12px; color: #fff; background: #f00; border-radius: 50%; text-align: center; cursor: pointer; }
.P_info .item .up_img .upimg_btn { width: 100%; height: 70px; }
.P_info .item .up_img .upimg_btn p { margin: 18px auto; position: relative; width: 110px; height: 36px; line-height: 36px; background: #1a89ed; border-radius: 3px; text-align: center; font-weight: bold; color: #fff; font-size: 14px; cursor: pointer; }
.P_info .item .up_img .upimg_btn p:hover { opacity: 0.8; }
.P_info .item .up_img .upimg_btn p .up_btn { width: 110px; height: 36px; position: absolute; left: 0; top: 0; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; cursor: pointer; }

.submit_btn2 { display: block; float: left; width: 360px; height: 48px; line-height: 48px; text-align: center; background: #1a89ed; color: #fff; font-weight: bold; font-size: 15px; margin: 50px 0 50px 304px; border-radius: 3px; }
.submit_btn2:hover { opacity: 0.88; }

.tips_txt { width: 762px; overflow: hidden; margin: 10px 0 0 102px; }
.tips_txt p { text-align: center; line-height: 34px; font-size: 16px; color: #999; }
.tips_txt p a { color: #999; }
.tips_txt p a:hover { text-decoration: underline; }
.tips_txt p span { color: #1a89ed; }
.tips_txt p i { display: inline-block; width: 18px; height: 18px; background: url("../images/icon-y.png") no-repeat; margin: 0 5px -4px; }

.up_tips { width: 100%; overflow: hidden; }
.up_tips p { font-size: 16px; color: #666; height: 30px; text-align: center; line-height: 30px; margin-bottom: 15px; }
.up_tips .upfile_btn { width: 240px; height: 48px; text-align: center; line-height: 48px; border-radius: 3px; margin: 0 auto 20px; display: block; color: #fff; font-size: 15px; font-weight: bold; background: #1a89ed; }
.up_tips .upfile_btn:hover { opacity: 0.8; }

.hot_up { float: left; width: 106%; overflow: hidden; margin: 20px 0; }
.hot_up a { display: block; float: left; width: 256px; height: 230px; margin: 0 35px 0 0; }
.hot_up a:hover { opacity: 0.88; }
.hot_up a img { width: 100%; height: 180px; }
.hot_up a p { text-align: center; width: 100%; height: 46px; line-height: 46px; overflow: hidden; font-size: 14px; font-weight: bold; color: #666; }

.up_history { width: 100%; float: left; }
.up_history .tab_btn { float: left; width: 100%; overflow: hidden; height: 36px; line-height: 36px; }
.up_history .tab_btn a { float: left; display: block; text-align: center; line-height: 36px; background: #f0f1f7; border-radius: 3px; font-size: 14px; font-weight: bold; color: #666; padding: 0 30px; margin: 0 20px 0 0; }
.up_history .tab_btn a span { color: #1a89ed; }
.up_history .tab_btn .on { background: #1a89ed; color: #fff; }
.up_history .tab_btn .on span { color: #fff; }
.up_history .item { overflow: hidden; width: 100%; }
.up_history .item .lis { width: 100%; height: 180px; margin-top: 30px; overflow: hidden; }
.up_history .item .lis .img { display: block; float: left; margin-right: 20px; }
.up_history .item .lis .img, .up_history .item .lis .img img { width: 270px; height: 180px; border-radius: 3px; }
.up_history .item .lis .info { width: 440px; height: 180px; float: left; }
.up_history .item .lis .info .name { width: 100%; height: 48px; line-height: 48px; font-size: 18px; font-weight: bold; color: #666; overflow: hidden; margin-top: 18px; }
.up_history .item .lis .info .rq { overflow: hidden; width: 100%; margin: 10px 0; height: 24px; line-height: 24px; font-weight: bold; color: #999; font-size: 14px; }
.up_history .item .lis .info .rq p { float: left; }
.up_history .item .lis .info .rq span { color: #ff9900; }
.up_history .item .lis .info .rq .reason { float: left; margin-left: 10px; font-size: 12px; }
.up_history .item .lis .info .rq .reason i { color: #ff4c4c; }
.up_history .item .lis .info .time { width: 100%; overflow: hidden; height: 50px; line-height: 50px; font-size: 14px; color: #999; font-weight: bold; }
.up_history .item .lis .info .time span { color: #555; }
.up_history .item .lis .info .time p { float: left; margin-right: 40px; }
.up_history .item .lis .btn_box { float: right; margin-top: 20px; }
.up_history .item .lis .btn_box a { display: block; width: 110px; height: 36px; text-align: center; line-height: 36px; background: #f0f1f7; color: #777878; font-size: 13px; font-weight: bold; border-radius: 3px; margin-top: 20px; }
.up_history .item .lis .btn_box a:hover { background: #eee; }
.up_history .morbtn { float: left; margin: 10px auto; width: 100%; height: 36px; line-height: 36px; text-align: center; font-size: 14px; color: #999; font-weight: bold; cursor: pointer; }
.up_history .morbtn i { display: inline-block; background: url("../images/img_user.png") no-repeat; height: 8px; width: 14px; background-position: 0 -80px; margin: 0 5px; }
.focus_wrap { overflow: hidden; width: 100%; }
.focus_wrap .focus_item { width: 104%; overflow: hidden; padding-top: 3px; }
.focus_wrap .focus_item .lis:hover { background: #fff; box-shadow: 0 0 20px #eee; }
.focus_wrap .focus_item .lis:hover .btn { background: #1a89ed; }
.focus_wrap .focus_item .lis { display: block; float: left; width: 160px; height: 214px; background: #f7f7f7; float: left; margin: 0 20px 20px 0; position: relative; }
.focus_wrap .focus_item .lis .img { width: 100px; height: 100px; background: #a6a6a6; margin: 30px 30px 0; }
.focus_wrap .focus_item .lis .img, .focus_wrap .focus_item .lis .img img { display: block; border-radius: 50%; overflow: hidden; }
.focus_wrap .focus_item .lis .img img { width: 98px; height: 98px; margin: 1px; }
.focus_wrap .focus_item .lis .name { width: 100%; line-height: 36px; font-size: 16px; font-weight: bold; color: #333; overflow: hidden; text-align: center; }
.focus_wrap .focus_item .lis .btn { width: 100%; height: 36px; background: #88c0f2; text-align: center; line-height: 36px; font-size: 14px; color: #fff; display: block; position: absolute; left: 0; bottom: 0; }

.tj_wrap { width: 100%; overflow: hidden; box-shadow: 0 0 20px #eee; border-radius: 6px; background: #fff; margin: 10px 0; }
.tj_wrap .tj_top { width: 100%; height: 60px; line-height: 60px; background: #d1e7fb; text-align: center; }
.tj_wrap .tj_top span { font-size: 16px; color: #666; }
.tj_wrap .tj_top a { font-size: 16px; color: #1a89ed; font-weight: bold; margin-left: 10px; }
.tj_wrap .tj_top .clos_btn2 { float: right; width: 30px; height: 30px; margin: 15px; background: url("../images/img_user.png") no-repeat; background-position: 4px -94px; cursor: pointer; }
.tj_wrap .tj_item { width: 104%; overflow: hidden; padding-bottom: 20px; }
.tj_wrap .tj_item .lis { display: block; float: left; width: 205px; height: 152px; background: #f7f7f7; margin: 20px 5px 0 10px; }
.tj_wrap .tj_item .lis:hover { box-shadow: 0 0 10px #eee; background: #fff; }
.tj_wrap .tj_item .lis .img { display: block; float: left; width: 76px; height: 76px; background: #9c9c9c; overflow: hidden; margin: 20px 14px; }
.tj_wrap .tj_item .lis .img, .tj_wrap .tj_item .lis .img img { border-radius: 50%; }
.tj_wrap .tj_item .lis .img img { width: 72px; height: 72px; margin: 2px; }
.tj_wrap .tj_item .lis .info { width: 100px; float: left; height: 72px; margin-top: 25px; }
.tj_wrap .tj_item .lis .info p { height: 36px; line-height: 36px; font-size: 14px; font-weight: bold; color: #999; }
.tj_wrap .tj_item .lis .info p span { color: #ff9900; }
.tj_wrap .tj_item .lis .name { width: 100%; float: left; height: 36px; background: #eaeaea; line-height: 36px; }
.tj_wrap .tj_item .lis .name p { float: left; width: 114px; padding: 0 5px; overflow: hidden; text-align: center; font-size: 16px; font-weight: bold; color: #333; }
.tj_wrap .tj_item .lis .name a { display: block; float: right; background: #82b9ec; color: #fff; width: 80px; text-align: center; font-size: 14px; font-weight: bold; }
.tj_wrap .tj_item .lis .name a:hover { background: #1a89ed; }

.myinte_wrap { width: 100%; float: left; overflow: hidden; }
.myinte_wrap .myinte_L { width: 560px; float: left; overflow: hidden; }
.myinte_wrap .myinte_L .list { min-height: 36px; line-height: 36px; width: 100%; overflow: hidden; margin-bottom: 20px; }
.myinte_wrap .myinte_L .list > span { font-size: 16px; color: #666; min-width: 80px; text-align: right; display: block; float: left; margin-right: 10px; }
.myinte_wrap .myinte_L .list .name { float: left; border: 1px solid #f0f1f7; border-radius: 3px; height: 36px; padding: 0 15px; width: 300px; color: #333; font-weight: bold; overflow: hidden; }
.myinte_wrap .myinte_L .list .integral_num { width: 460px; overflow: hidden; float: left; }
.myinte_wrap .myinte_L .list .integral_num li { width: 80px; height: 36px; text-align: center; line-height: 36px; background: #f0f1f7; font-size: 14px; font-weight: bold; color: #666; border-radius: 3px; float: left; margin-right: 10px; cursor: pointer; }
.myinte_wrap .myinte_L .list .integral_num .on { background: #1a89ed; color: #fff; }
.myinte_wrap .myinte_L .list .integral_num .on2 { background: none; }
.myinte_wrap .myinte_L .list .integral_num .tips { background: none; font-size: 12px; font-weight: normal; margin: 0; }
.myinte_wrap .myinte_L .list .pay_num { font-weight: bold; font-size: 14px; color: #666; }
.myinte_wrap .myinte_L .list .pay_num span { font-size: 18px; color: #ff9900; }
.myinte_wrap .myinte_L .list #pay_num { width: 60px; padding: 0 10px; height: 33px; border: none; background: none; outline: none; font-size: 14px; }
.myinte_wrap .myinte_L .list .pay_item { overflow: hidden; width: 470px; float: left; margin-top: 10px; }
.myinte_wrap .myinte_L .list .pay_item .ewm { width: 200px; float: left; margin-right: 35px; }
.myinte_wrap .myinte_L .list .pay_item .ewm .img { width: 200px; height: 200px; border: 1px solid #dedede; }
.myinte_wrap .myinte_L .list .pay_item .ewm .img canvas{ width: 200px; height: 200px; border: 1px solid #dedede; }
.myinte_wrap .myinte_L .list .pay_item .ewm .img img { width: 160px; height: 160px; margin: 20px; }
.myinte_wrap .myinte_L .list .pay_item .ewm .txt { height: 40px; margin-top: 20px; line-height: 40px; text-align: center; }
.myinte_wrap .myinte_L .list .pay_item .ewm .txt i { display: inline-block; width: 32px; height: 32px; margin: 0 5px -10px; background: url("../images/pay_icon.png") no-repeat; }
.myinte_wrap .myinte_L .list .pay_item .ewm .txt i.wx { background-position: 0 -32px; }
.myinte_wrap .myinte_L .list .pay_item .ewm .txt span { font-size: 14px; color: #666; font-weight: bold; }
.myinte_wrap .myinte_L .list .pay_item .ewm .zfb-page { width: 100%; height: 28px; line-height: 28px; font-size: 14px; color: #00aaef; text-align: center; display: block; text-decoration: underline; }
.myinte_wrap .myinte_R { width: 280px; float: right; padding-top: 20px; }
.myinte_wrap .myinte_R .r_item { width: 276px; border: 2px solid #eee; float: left; margin-bottom: 40px; }
.myinte_wrap .myinte_R .r_item .bt { width: 100px; height: 36px; background: #fff; line-height: 36px; text-align: center; margin: -20px auto 6px; font-size: 18px; font-weight: bold; color: #666; }
.myinte_wrap .myinte_R .get_inte { height: 214px; }
.myinte_wrap .myinte_R .get_inte ul { width: 100%; overflow: hidden; }
.myinte_wrap .myinte_R .get_inte ul li { width: 100%; height: 28px; line-height: 28px; font-size: 14px; color: #666; text-indent: 15px; margin-bottom: 8px; }
.myinte_wrap .myinte_R .get_inte ul li span { display: block; float: right; width: 70px; height: 28px; background: #ededed; text-align: center; font-size: 14px; color: #1a89ed; margin-right: 12px; border-radius: 3px; text-indent: 0; font-weight: bold; }
.myinte_wrap .myinte_R .get_inte .links { width: 100%; font-size: 14px; color: #999; margin: 10px 0; text-align: center; }
.myinte_wrap .myinte_R .get_inte .links a { font-weight: bold; color: #1a89ed; text-decoration: underline; }
.myinte_wrap .myinte_R .guanfang .ewm { margin: 10px auto; }
.myinte_wrap .myinte_R .guanfang .ewm, .myinte_wrap .myinte_R .guanfang .ewm img { width: 145px; height: 145px; }
.myinte_wrap .myinte_R .guanfang p { width: 100%; text-align: center; font-size: 14px; color: #999; line-height: 30px; height: 30px; margin: 10px 0; }
.myinte_wrap .myinte_R .kefu { padding-bottom: 20px; }
.myinte_wrap .myinte_R .kefu ul { overflow: hidden; width: 100%; }
.myinte_wrap .myinte_R .kefu ul li { width: 100%; height: 26px; line-height: 26px; font-size: 14px; color: #666; text-align: center; }

.my-collection { overflow: hidden; width: 100%; text-align: center; }
.my-collection .tips { font-size: 16px; color: #aaa; height: 26px; line-height: 26px; }
.my-collection p { font-size: 16px; color: #666; height: 40px; line-height: 40px; }
.my-collection p a { color: #1a89ed; text-decoration: underline; }

.my_downl { margin-top: 30px; }
.my_downl .btn_box a { margin-top: 10px !important; }

.vip_wrap { overflow: hidden; float: left; width: 107%; margin: 20px 0; }
.vip_wrap .on { background: #fff !important; box-shadow: 0 0 10px #eee; }
.vip_wrap .item { display: block; float: left; width: 162px; height: 110px; background: #f7f7f7; margin: 0px 28px 10px 4px; position: relative; cursor: pointer; border: 1px solid #eee; }
.vip_wrap .item .icon { position: absolute; left: 0; top: 0; width: 49px; height: 49px; /*background: url("../images/icon_hot.png") no-repeat;*/ }
.vip_wrap .item .icon2 { position: absolute; left: 0; top: 0; width: 49px; height: 49px; background: url("../images/xs.png") no-repeat; }
.vip_wrap .item .pay_num3 { margin: 26px auto 10px; width: 100%; text-align: center; height: 26px; line-height: 26px; color: #333; font-weight: bold; font-size: 16px; }
.vip_wrap .item .pay_num3 span { color: #ff9900; font-size: 18px; }
.vip_wrap .item .txt { text-align: center; line-height: 26px; font-size: 14px; color: #1a89ed; font-weight: bold; }

.vip_item { width: 100%; height: 146px; background: #f7f7f7; float: left; margin-bottom: 20px; }
.vip_item img { margin: 24px 28px; display: block; float: left; }
.vip_item ul { float: left; margin-top: 30px; }
.vip_item ul li { font-size: 14px; color: #666; line-height: 22px; height: 22px; }

.vip_pay .vip_mon { width: 100%; text-align: center; height: 50px; line-height: 50px; font-size: 16px; color: #666; }
.vip_pay .vip_mon span { color: #ff6018; }
.vip_pay .vip_mon span i { font-size: 28px; }
.vip_pay .vip_mon a { color: #666; }
.vip_pay .vip_mon u { display: inline-block; width: 16px; height: 16px; background: url("../images/icon_rd.png") no-repeat; cursor: pointer; margin: 0 0  -3px 6px; }
.vip_pay .pay_item { width: 100% !important; }
.vip_pay .pay_item .ewm + .ewm { float: right !important; }

.uesr_info { display: none; width: 598px; height: 340px; background: #fff; border-radius: 6px; position: absolute; right: 0px; top: 53px; box-shadow: 0 0 10px #6fabf2; border: 1px solid #eee; }
.uesr_info .icon { position: absolute; right: 20px; top: -8px; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #fff; }
.uesr_info .uesrinfo { width: 540px; float: left; margin: 30px; }
.uesr_info .uesrinfo .img { display: block; float: left; width: 52px; height: 52px; border-radius: 50%; background: #cdcdcd; overflow: hidden; margin-right: 30px; }
.uesr_info .uesrinfo .img img { float: left; width: 48px; height: 48px; margin: 2px; border-radius: 50%; }
.uesr_info .uesrinfo .name { float: left; }
.uesr_info .uesrinfo .name p { overflow: hidden; width: 300px; height: 25px; line-height: 25px; font-size: 14px; color: #666; font-weight: bold; }
.uesr_info .uesrinfo .name p span { color: #999; }
.uesr_info .uesrinfo .name .integralnum { font-size: 14px; color: #999; height: 25px; line-height: 25px; }
.uesr_info .uesrinfo .name .integralnum span { color: #ffb545; }
.uesr_info .uesrinfo .btn { float: right; width: 108px; height: 36px; border-radius: 3px; text-align: center; line-height: 36px; background: #1a89ed; font-size: 14px; font-weight: bold; color: #fff; }
.uesr_info .uesrinfo .btn:hover { opacity: 0.88; }
.uesr_info .vip_cont { float: left; width: 537px; height: 170px; background: #f7f7f7; margin: 0 30px; }
.uesr_info .vip_cont .tips_txt2 { margin: 12px; width: 100%; float: left; font-size: 14px; color: #999; height: 26px; line-height: 26px; text-align: left; }
.uesr_info .vip_cont .tips_txt2 span { font-size: 16px; font-weight: bold; color: #1a89ed; margin-right: 10px; }
.uesr_info .vip_cont .list { display: block; float: left; width: 100%; }
.uesr_info .vip_cont .list a { display: block; float: left; width: 110px; height: 110px; margin-left: 20px; }
.uesr_info .vip_cont .list a span { display: block; width: 110px; height: 84px; background: #fff; }
.uesr_info .vip_cont .list a span i { background: url("../images/ico_img3.png") no-repeat; display: block; float: left; margin: 16px 0 0 30px; }
.uesr_info .vip_cont .list a span i.icon_1 { height: 46px; width: 48px; background-position: -41px 0; }
.uesr_info .vip_cont .list a span i.icon_2 { height: 48px; width: 48px; background-position: -41px -53px; }
.uesr_info .vip_cont .list a span i.icon_3 { height: 44px; width: 48px; background-position: -42px -110px; }
.uesr_info .vip_cont .list a span i.icon_4 { height: 44px; width: 44px; background-position: -100px 0; }
.uesr_info .vip_cont .list a p { text-align: center; line-height: 30px; height: 30px; font-size: 14px; color: #666; font-weight: bold; margin-top: 5px; }
.uesr_info .link_btn { width: 537px; margin: 0 auto; }
.uesr_info .link_btn a { color: #1a89ed; font-size: 16px; }
.uesr_info .link_btn .set_btn { float: left; }
.uesr_info .link_btn .out_btn { float: right; }

.user_fixnav { width: 66px; height: 300px; position: fixed; z-index: 998; bottom: 100px; right: 40px; }
.user_fixnav .list { position: absolute; left: 2px; width: 60px; height: 60px; cursor: pointer; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -ms-transition: all 0.1s linear; -o-transition: all 0.1s linear; transition: all 0.1s linear; }
.user_fixnav .list:hover { left: -20px; }
.user_fixnav .list:hover .btn { border: 2px solid #d1e7fb; }
.user_fixnav .list:hover .hover_box { width: 240px; }
.user_fixnav .list i { background: url("../images/ico_img3.png") no-repeat; display: block; margin: 10px 19px 2px; height: 20px; width: 24px; }
.user_fixnav .list p { text-align: center; font-size: 12px; color: #999; line-height: 24px; }
.user_fixnav .list .btn { position: absolute; width: 58px; height: 58px; border-radius: 50%; background: #fff; border: 2px solid #eee; z-index: 2; }
.user_fixnav .list .hover_box { width: 0; background: #fff; border-radius: 6px; box-shadow: 0 0 8px #eee; position: absolute; right: 40px; top: 40px; z-index: 1; overflow: hidden; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.user_fixnav .meun_a { top: 0px; }
.user_fixnav .meun_a i { background-position: 0 -27px; }
.user_fixnav .meun_a .hover_box { text-align: center; height: 60px; }
.user_fixnav .meun_a .hover_box a { display: inline-block; width: 76px; height: 30px; text-align: center; line-height: 30px; background: #f0f1f7; border-radius: 3px; font-size: 14px; color: #666; margin: 15px 10px; font-weight: bold; }
.user_fixnav .meun_b { top: 70px; }
.user_fixnav .meun_b i { background-position: 0 -108px; }
.user_fixnav .meun_b .hover_box { max-height: 177px; }
.user_fixnav .meun_b .hover_box ul { overflow: hidden; float: left; width: 100%; display: block; }
.user_fixnav .meun_b .hover_box ul li { display: block; float: left; width: 58px; height: 80px;  margin: 18px 10px 10px 40px; }
.user_fixnav .meun_b .hover_box ul li span { display: block; width: 58px; height: 45px; line-height: 45px; text-align: center; font-weight: bold; color: #1a89ed; background: #f7f7f7; }
.user_fixnav .meun_b .hover_box ul li p { text-align: center; font-size: 14px; color: #999; margin: 5px 0; white-space: nowrap; }
.user_fixnav .meun_b .hover_box ul li p u { text-decoration: none; color: #ff9900; font-weight: bold; }
.user_fixnav .meun_b .hover_box .txt { width: 100%; text-align: center; line-height: 30px; height: 30px; color: #666; float: left; font-size: 14px; margin-bottom: 8px; }
.user_fixnav .meun_b .hover_box .join_btn { display: block; float: left; width: 96px; height: 30px; border-radius: 3px; background: #1a89ed; text-align: center; line-height: 30px; font-size: 14px; color: #fff; font-weight: bold; margin: 0 0 15px 75px; }
.user_fixnav .meun_c { top: 140px; }
.user_fixnav .meun_c i { background-position: 0 -83px; }
.user_fixnav .meun_c .hover_box span { width: 100%; display: block; float: left; font-size: 16px; font-weight: bold; color: #1a89ed; height: 30px; line-height: 30px; margin: 6px 12px 0; }
.user_fixnav .meun_c .hover_box .txt { float: left; width: 100%; height: 26px; line-height: 26px; font-size: 14px; color: #999; text-indent: 12px; }
.user_fixnav .meun_c .hover_box .txt u { color: #666; text-decoration: none; }
.user_fixnav .meun_d { top: 140px; }
.user_fixnav .meun_d i { background-position: 0 -55px; }

.author_wrap { width: 878px; height: 160px; border: 1px solid #f0f1f7; margin-bottom: 30px; }
.author_wrap .img { width: 100px; height: 100px; background: #999; margin: 30px; float: left; }
.author_wrap .img, .author_wrap .img img { border-radius: 50%; }
.author_wrap .img img { width: 96px; height: 96px; margin: 2px; }
.author_wrap .info { width: 700px; height: 95px; float: left; margin-top: 30px; }
.author_wrap .info .bt { width: 100%; font-size: 18px; font-weight: bold; color: #999; height: 40px; line-height: 40px; margin-top: 10px; }
.author_wrap .info .bq { width: 100%; height: 40px; line-height: 40px; font-size: 14px; color: #999; font-weight: bold; }
.author_wrap .info .bq .lis { float: left; margin-right: 30px; }
.author_wrap .info .bq .lis span { color: #ff9900; }
.author_wrap .info .bq .lis p { float: left; }
.author_wrap .info .bq .lis a { display: block; float: left; height: 28px; text-align: center; line-height: 28px; font-size: 14px; font-weight: bold; padding: 0 20px; border-radius: 14px; margin: 5px 5px 0; }
.author_wrap .info .bq .lis a:hover { opacity: 0.8; }
.author_wrap .info .bq .lis .color_1 { background: #d1e7fb; color: #1a89ed; }
.author_wrap .info .bq .lis .color_2 { background: #d0f5e3; color: #16cc71; }

.txset_wrap { float: left; width: 878px; height: 160px; border: 1px solid #f0f1f7; margin: 20px 0; }
.txset_wrap .img { width: 100px; height: 100px; background: #999; display: block;  margin: 0 auto; overflow: hidden; }
.txset_wrap .img, .txset_wrap .img img { border-radius: 50%; }
.txset_wrap .img img { display: block; width: 98px; height: 98px; margin: 1px; }
.txset_wrap .tips_txt4 { width: 100%; font-size: 14px; color: #999; margin-top: 30px; height: 38px; line-height: 38px; }
.txset_wrap .upbtn { position: relative; float: left; width: 110px; height: 36px; background: #1a89ed; text-align: center; line-height: 36px; color: #fff; font-weight: bold; font-size: 14px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 20px 100px; }
.txset_wrap .upbtn:hover { opacity: 0.88; }
.txset_wrap .upbtn input { position: absolute; left: 0; top: 0; width: 100%; height: 36px; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }

.userset_item { width: 100%; float: left; margin: 10px 0; }
.userset_item .item { min-height: 34px; line-height: 34px; margin-bottom: 25px; }
.userset_item .item > span { font-size: 16px; color: #666; width: 70px; text-align: right; float: left; margin-right: 10px; }
.userset_item .item .input { float: left; width: 320px; padding: 0 10px; height: 34px; border: 1px solid #f0f1f7; }
.userset_item .item .txt1 { float: left; font-size: 14px; color: #999; margin-left: 20px; }
.userset_item .item .sex_lis { font-size: 14px; color: #666; font-weight: bold; }
.userset_item .item .sex_lis input { margin: 0 5px  2px; cursor: pointer; }
.userset_item .item .sex_lis label { margin-right: 80px; cursor: pointer; }
.userset_item .item .birthday { float: left; }
.userset_item .item .birthday input { width: 55px; padding: 0 10px; height: 34px; border: 1px solid #f0f1f7; }
.userset_item .item .birthday span { margin: 0 10px; font-size: 16px; color: #666; }
.userset_item .item #address { padding: 10px; width: 778px !important; height: 80px !important; border: 1px solid #f0f1f7; float: right; font-size: 14px; color: #999; }
.userset_item .item .address_item select { float: left; padding: 0 10px; height: 34px; border: 1px solid #f0f1f7; font-size: 14px; font-weight: bold; color: #666; }
.userset_item .item .address_item p { float: left; font-size: 16px; margin: 0 10px; color: #666; }

.save_btn { display: block; float: left; width: 200px; height: 36px; background: #1a89ed; text-align: center; line-height: 36px; color: #fff; font-weight: bold; font-size: 14px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; margin: 20px 0 30px 80px; }
.save_btn:hover { opacity: 0.88; }

#birthday_box { position: relative; }
#birthday_box .date_class_box { display: none; }

/*# sourceMappingURL=user_comm.css.map */

